home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 401_500 / DISK0452 / DISK0452.ZIP / TERMCAP < prev   
Text File  |  1987-03-07  |  984b  |  55 lines

  1. #
  2. # Monochrome IBMPC.
  3. #    This is a termcap for the NANSI.SYS device driver.
  4. #    It is the same as the ANSI termcap, except NANSI supports
  5. #    line insert (al) and delete (dl) while ANSI does not.
  6. #
  7. ibmpc-mono:\
  8.     :co#80:\
  9.     :li#24:\
  10.     :cl=\E[2J:\
  11.     :bs:\
  12.     :ho=\E[H:\
  13.     :cm=\E[%i%2;%2H:\
  14.     :up=\E[A:\
  15.     :xd=\E[B:\
  16.     :nd=\E[C:\
  17.     :bc=\E[D:\
  18.     :ce=\E[K:\
  19.     :ti=\E[m:\
  20.     :te=\E[m:\
  21.     :so=\E[1m:\
  22.     :se=\E[m:\
  23.     :us=\E[1m:\
  24.     :ue=\E[m:\
  25.     :al=\E[L:\
  26.     :dl=\E[M:
  27. #
  28. # Color IBMPC.
  29. #    This is a termcap for the NANSI.SYS device driver.
  30. #    It is the same as the ANSI termcap, except NANSI supports
  31. #    line insert (al) and delete (dl) while ANSI does not.
  32. #
  33. #    Gratiously supplied by Darren Friedlein.
  34. #
  35. ibmpc-color:\
  36.     :co#80:\
  37.     :li#24:\
  38.     :cl=\E[2J:\
  39.     :bs:\
  40.     :ho=\E[H:\
  41.     :cm=\E[%i%2;%2H:\
  42.     :up=\E[A:\
  43.     :xd=\E[B:\
  44.     :nd=\E[C:\
  45.     :bc=\E[D:\
  46.     :ce=\E[K:\
  47.     :ti=\E[44;37m\E1m:\
  48.     :te=\E[0m\E[2J:\
  49.     :so=\E[31m:\
  50.     :se=\E[37m:\
  51.     :us=\E[33m:\
  52.     :ue=\E[37m:\
  53.     :al=\E[L:\
  54.     :dl=\E[M:
  55.